home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / domacnost a kancelar / drill / setup.exe / install_script.iss
Text File  |  2006-11-06  |  4KB  |  75 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Drill 2000 Shareware
  5. AppVerName=Drill 2000 1.30 Shareware
  6. AppId=Drill 2000 Shareware
  7. AppPublisherURL=www.accidis.cz/drill
  8. AppSupportURL=www.accidis.cz/drill
  9. AppUpdatesURL=www.accidis.cz/drill
  10. DefaultDirName={pf}\Drill 2000 Shareware
  11. DefaultGroupName=Drill 2000 Shareware
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\DR98_130.DLL"; DestDir: "{app}"; 
  20. Source: "{app}\drill2000.exe"; DestDir: "{app}"; 
  21. Source: "{app}\drill.dpf"; DestDir: "{app}"; 
  22. Source: "{app}\Editor.dll"; DestDir: "{app}"; 
  23. Source: "{app}\editor.exe"; DestDir: "{app}"; 
  24. Source: "{app}\Setting.ini"; DestDir: "{app}"; 
  25. Source: "{app}\test_comm.$$$"; DestDir: "{app}"; 
  26. Source: "{app}\vocab.exe"; DestDir: "{app}"; 
  27. Source: "{app}\vocabdb.txt"; DestDir: "{app}"; 
  28. Source: "{app}\Help\DRILL.CNT"; DestDir: "{app}\Help"; 
  29. Source: "{app}\Help\DRILL.HLP"; DestDir: "{app}\Help"; 
  30. Source: "{app}\Help\DRILL.GID"; DestDir: "{app}\Help"; 
  31. Source: "{app}\Help\Drill 2000 - help.rtf"; DestDir: "{app}\Help"; 
  32. Source: "{app}\ddf.ICO"; DestDir: "{app}"; 
  33. Source: "{app}\BORLNDMM.DLL"; DestDir: "{app}"; 
  34. Source: "{app}\days.ddf"; DestDir: "{app}"; 
  35.  
  36. [Dirs]
  37. Name: "{app}\Help"; 
  38.  
  39. [Registry]
  40. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\drill98_130.exe"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey 
  41. Root: HKCR; Subkey: "Drill2000"; ValueType: String; Flags: uninsdeletekey 
  42. Root: HKCR; Subkey: ".ddf"; ValueType: String; ValueData: "Drill2000\ddf"; Flags: uninsdeletekey 
  43. Root: HKCR; Subkey: "Drill2000\ddf"; ValueType: String; Flags: uninsdeletekey 
  44. Root: HKCR; Subkey: "Drill2000\ddf\DefaultIcon"; ValueType: String; ValueData: "{app}\ddf.ico"; Flags: uninsdeletekey 
  45.  
  46. [Run]
  47. Filename: "{app}\drill2000.exe"; Description: "{cm:LaunchProgram,Drill 2000}"; Flags: postinstall skipifsilent nowait
  48.  
  49. [Icons]
  50. Name: "{group}\Drill 2000 - Shareware"; Filename: "{app}\drill2000.exe"; WorkingDir: "{app}"; 
  51. Name: "{group}\{cm:UninstallProgram,Drill 2000}"; Filename: "{uninstallexe}"; 
  52. Name: "{userdesktop}\Drill 2000 - Shareware"; Filename: "{app}\drill2000.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  53. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Drill 2000 Shareware"; Filename: "{app}\drill2000.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  54. Name: "{group}\Slovnφk"; Filename: "{app}\vocab.exe"; WorkingDir: "{app}"; 
  55.  
  56. [Tasks]
  57. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  58. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  59.  
  60. [CustomMessages]
  61. name.NameAndVersion=%1 verze %2
  62. name.AdditionalIcons=DalÜφ zßstupci:
  63. name.CreateDesktopIcon=Vytvo°it zßstupce na &ploÜe
  64. name.CreateQuickLaunchIcon=Vytvo°it zßstupce na panelu &SnadnΘ spuÜt∞nφ
  65. name.ProgramOnTheWeb=Aplikace %1 na internetu
  66. name.UninstallProgram=Odinstalovat aplikaci %1
  67. name.LaunchProgram=Spustit aplikaci %1
  68. name.AssocFileExtension=Vytvo°it &asociaci mezi soubory typu %2 a aplikacφ %1
  69. name.AssocingFileExtension=Vytvß°φ se asociace mezi soubory typu %2 a aplikacφ %1...
  70.  
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "name"; MessagesFile: "embedded\name.isl"; 
  75.